home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / regcode / readme.txt next >
Text File  |  1998-06-01  |  2KB  |  43 lines

  1.  --------------------------------------------------------
  2.  Module    : RegistryModule(Registry.bas)
  3.  Written by: Elito C. Lelina III
  4.              ECLIPSE Development Software
  5.  URL       : www.geocities.com/SiliconValley/Campus/3118/
  6.  email     : eclipseds@hotmail.com
  7.  --------------------------------------------------------
  8.  
  9.  This module contains functions for reading and
  10.  setting registry values of type REG_SZ and REG_DWORD
  11.  in Windows 95 and Windows NT. Code can be modified
  12.  to handle other Value type.
  13.  
  14.  This program makes no guarantees and no support is provided,
  15.  but comments/bug reports are welcome.
  16.  
  17.  Warning:  Windows depends heavily on Registry Data file.
  18.  Editing registry values can seriously impact Windows and
  19.  your machine's operations. Create Registry Backup before
  20.  editing. You should only edit values when you know what
  21.  they should be.  If editing values as a test, make a note
  22.  of the original value and restore it when you are done.
  23.  
  24.  The module contains all the neccesary code to access the
  25.  Windows Registry. The project file is provided to demostrate
  26.  the functionality of the module.
  27.  
  28.  Note. You may freely use this on your project provided that
  29.  you free the author from any liabilities. Although it is unlikely
  30.  that the project will cause any harm, by using the provided code,
  31.  you accept all responsibilities and any consequential damage that
  32.  the project may incure.
  33.  
  34.  Features:
  35.     * Creating New Key 
  36.     * Modifying an existing value (REG_DWORD & REG_SZ only)
  37.     * Querying an existing value (REG_DWORD & REG_SZ only)
  38.     * Deleting an existing value from the registry
  39.     * Deleting an entire key from the registry
  40.  
  41. ----------------------------------------------------------------------
  42.  ½ Share your knowledge. It's the best way to achieve immortality. -ECLIPSE 3:16 ╗
  43. ----------------------------------------------------------------------